home *** CD-ROM | disk | FTP | other *** search
/ CD World 1997 November / CD World - Kasım 1997.iso / graphics / avi / avict32.exe / 0 / RCDATA / TSAVEALLWND / TSAVEALLWND.txt
Text File  |  1997-06-04  |  5KB  |  206 lines

  1. object SaveAllWnd: TSaveAllWnd
  2.   Left = 104
  3.   Top = 37
  4.   Width = 349
  5.   Height = 518
  6.   Caption = 'SaveAllWnd'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   OnClose = FormClose
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   TextHeight = 20
  16.   object SaveAllPanel: TMRPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 341
  20.     Height = 486
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BevelWidth = 2
  24.     BorderWidth = 8
  25.     TabOrder = 0
  26.     BorderSides = []
  27.     Moveable = False
  28.     CBorderStyle = cbsNone
  29.     object Label3: TLabel
  30.       Left = 8
  31.       Top = 132
  32.       Width = 325
  33.       Height = 20
  34.       Align = alTop
  35.       Alignment = taCenter
  36.       Caption = ' Folder (to place Image files in) '
  37.       Font.Color = clBlack
  38.       Font.Height = -17
  39.       Font.Name = 'System'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.     object Bevel3: TBevel
  44.       Left = 8
  45.       Top = 72
  46.       Width = 325
  47.       Height = 8
  48.       Align = alTop
  49.       Shape = bsTopLine
  50.     end
  51.     object Bevel4: TBevel
  52.       Left = 8
  53.       Top = 118
  54.       Width = 325
  55.       Height = 14
  56.       Align = alTop
  57.       Shape = bsBottomLine
  58.     end
  59.     object SaveAllDrive: TMRDriveCombobox
  60.       Left = 8
  61.       Top = 152
  62.       Width = 325
  63.       Height = 26
  64.       DirList = SaveAllDirBox
  65.       Font.Color = clBlack
  66.       Font.Height = -17
  67.       Font.Name = 'System'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       TabOrder = 0
  71.       Moveable = False
  72.       CBorderStyle = cbsNone
  73.       Align = alTop
  74.     end
  75.     object SaveAllDirBox: TMRDirectoryListbox
  76.       Left = 8
  77.       Top = 178
  78.       Width = 325
  79.       Height = 214
  80.       Align = alClient
  81.       Font.Color = clBlack
  82.       Font.Height = -17
  83.       Font.Name = 'System'
  84.       Font.Style = [fsBold]
  85.       ItemHeight = 20
  86.       ParentFont = False
  87.       TabOrder = 1
  88.       Moveable = False
  89.       CBorderStyle = cbsNone
  90.     end
  91.     object SaveAllBtn: TMRBitBtn
  92.       Left = 8
  93.       Top = 392
  94.       Width = 325
  95.       Height = 41
  96.       Caption = 'Save '
  97.       Font.Color = clBlack
  98.       Font.Height = -17
  99.       Font.Name = 'System'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.       TabOrder = 2
  103.       OnClick = SaveAllBtnClick
  104.       Kind = bkOK
  105.       Moveable = False
  106.       CBorderStyle = cbsNone
  107.       Align = alBottom
  108.     end
  109.     object SaveAllCancel: TMRBitBtn
  110.       Left = 8
  111.       Top = 433
  112.       Width = 325
  113.       Height = 45
  114.       Font.Color = clBlack
  115.       Font.Height = -17
  116.       Font.Name = 'System'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.       TabOrder = 3
  120.       OnClick = SaveAllCancelClick
  121.       Kind = bkCancel
  122.       Moveable = False
  123.       CBorderStyle = cbsNone
  124.       Align = alBottom
  125.     end
  126.     object SaveAllUseNumbers: TACheck
  127.       Left = 8
  128.       Top = 80
  129.       Width = 325
  130.       Height = 21
  131.       Caption = 'Save All as numbers (0000001.bmp, etc)'
  132.       Font.Color = clBlack
  133.       Font.Height = -17
  134.       Font.Name = 'System'
  135.       Font.Style = [fsBold]
  136.       ParentFont = False
  137.       TabOrder = 4
  138.       Align = alTop
  139.     end
  140.     object SaveAllCopyAll: TMRRadioButton
  141.       Left = 8
  142.       Top = 8
  143.       Width = 325
  144.       Height = 21
  145.       Caption = 'Copy All Files'
  146.       Checked = True
  147.       Font.Color = clBlack
  148.       Font.Height = -17
  149.       Font.Name = 'System'
  150.       Font.Style = [fsBold]
  151.       ParentFont = False
  152.       TabOrder = 5
  153.       TabStop = True
  154.       Moveable = False
  155.       CBorderStyle = cbsNone
  156.       Align = alTop
  157.     end
  158.     object SaveAllUseBitmaps: TMRRadioButton
  159.       Left = 8
  160.       Top = 51
  161.       Width = 325
  162.       Height = 21
  163.       Caption = 'Save all as bitmap files (*.BMP)'
  164.       Font.Color = clBlack
  165.       Font.Height = -17
  166.       Font.Name = 'System'
  167.       Font.Style = [fsBold]
  168.       ParentFont = False
  169.       TabOrder = 6
  170.       Moveable = False
  171.       CBorderStyle = cbsNone
  172.       Align = alTop
  173.     end
  174.     object SaveAllUseJpegs: TMRRadioButton
  175.       Left = 8
  176.       Top = 29
  177.       Width = 325
  178.       Height = 22
  179.       Caption = 'Save all as JPEG files (*.JPG)'
  180.       Font.Color = clBlack
  181.       Font.Height = -17
  182.       Font.Name = 'System'
  183.       Font.Style = [fsBold]
  184.       ParentFont = False
  185.       TabOrder = 7
  186.       Moveable = False
  187.       CBorderStyle = cbsNone
  188.       Align = alTop
  189.     end
  190.     object SaveAllUpdateLinks: TACheck
  191.       Left = 8
  192.       Top = 101
  193.       Width = 325
  194.       Height = 17
  195.       Caption = 'Replace file names in the frame-file list'
  196.       Font.Color = clBlack
  197.       Font.Height = -17
  198.       Font.Name = 'System'
  199.       Font.Style = [fsBold]
  200.       ParentFont = False
  201.       TabOrder = 8
  202.       Align = alTop
  203.     end
  204.   end
  205. end
  206.